.pandape-styles .d-flex.align-items-center a img {
  max-width: 300px !important;
  max-height: 120px !important;
}

.sherlock-styles .intro::before {
  background-color: rgba(255, 255, 255, 0) !important;
}

.sherlock-styles .home .img_txt::before {
  background-color: rgba(255, 255, 255, 0) !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

p,
input {
  font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}

/* Justificar solo los párrafos */
p {
  text-align: justify;
  line-height: 1.6;
}

/* Justificar cualquier elemento con una clase "justificado" */
.justificado {
  text-align: justify;
  line-height: 1.6;
}
